Decouple C-d and delete, so that the former does not delete the region.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 19 Oct 2010 15:43:27 +0000 (11:43 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 19 Oct 2010 15:43:27 +0000 (11:43 -0400)
commitacfa6bda3a5802b11792f69748442128fdf31610
tree864d1055bb96a5683fc1bb914e7774c3e37d9f5b
parent229d45dcb619a37d5f0142fc40a517c8c2496209
Decouple C-d and delete, so that the former does not delete the region.

* lisp/bindings.el (global-map): Bind C-d to delete-char and deletechar
to delete-forward-char.

* lisp/simple.el (normal-erase-is-backspace-mode): Remap delete to
deletechar, and hence delete-forward-char.

* src/cmds.c (Fdelete_char): Doc fix.
lisp/ChangeLog
lisp/bindings.el
lisp/simple.el
src/ChangeLog
src/cmds.c